random collision - определение. Что такое random collision
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое random collision - определение

PROPERTY OF CRYPTOGRAPHIC HASH FUNCTIONS
Collision resistant; Collision-resistant
Найдено результатов: 688
Hash collision         
  • John Smith and Sandra Dee are both being directed to the same cell. Open addressing will cause the hash table to redirect Sandra Dee to another cell.
COMPUTER SCIENCE SITUATION WHERE TWO DATA ELEMENTS SHARE A HASHTAG, CHECKSUM, FINGERPRINT, ETC.
Hash collisions; Hash collision (computer science); Cryptographic hash collision
In computer science, a hash collision or clash is when two pieces of data in a hash table share the same hash value. The hash value in this case is derived from a hash function which takes a data input and returns a fixed length of bits.
hash collision         
  • John Smith and Sandra Dee are both being directed to the same cell. Open addressing will cause the hash table to redirect Sandra Dee to another cell.
COMPUTER SCIENCE SITUATION WHERE TWO DATA ELEMENTS SHARE A HASHTAG, CHECKSUM, FINGERPRINT, ETC.
Hash collisions; Hash collision (computer science); Cryptographic hash collision
<programming> (Or "hash clash") When two different keys hash to the same value, i.e. to the same location in a {hash table}. ESR once asked a friend what he expected Berkeley to be like. The friend replied, "Well, I have this mental picture of naked women throwing Molotov cocktails, but I think that's just a collision in my hash tables." [Jargon File] (1995-01-23)
Ship collision         
STRUCTURAL IMPACT BETWEEN TWO SHIPS OR ONE SHIP AND A FLOATING OR STILL OBJECT SUCH AS AN ICEBERG
Ship strike; Vessel collision
Ship collision is the structural impact between two ships or one ship and a floating or still object such as an iceberg.Database Of Ship Collisions With Icebergs Ship collisions are of particular importance in marine accidents.
Random algebra         
MATHEMATICAL THEORY
Random forcing; Random real algebra; Random real
In set theory, the random algebra or random real algebra is the Boolean algebra of Borel sets of the unit interval modulo the ideal of measure zero sets. It is used in random forcing to add random reals to a model of set theory.
Collision Course (Bayley novel)         
BOOK BY BARRINGTON J. BAYLEY
Collision with Chronos; Collision Course (Barrington J. Bayley novel); Collision Course (Barrington Bayley novel); Collision Course (novel by Bayley); Collision Course (novel by Barrington Bayley); Collision Course (novel by Barrington J. Bayley); Collision Course (Bayley)
Collision Course ( Collision with Chronos) is the fourth novel by the science fiction author Barrington J. Bayley.
Random effects model         
TYPE OF STATISTICAL MODEL
Random effects estimation; Random effects estimator; Random-effects models; Random-effect model; Random effect model; Variance components model; Variance components; Random effects; Random effect; Variance component; Random-effects meta-analysis
In statistics, a random effects model, also called a variance components model, is a statistical model where the model parameters are random variables. It is a kind of hierarchical linear model, which assumes that the data being analysed are drawn from a hierarchy of different populations whose differences relate to that hierarchy.
Mid-air collision         
  • Contemporary artist's impression of the first mid-air collision, 1910
AVIATION ACCIDENT IN WHICH TWO OR MORE AIRCRAFT COME INTO CONTACT DURING FLIGHT
Midair collision; Mid air collision; Mid-air crash; Mid air crash; List of notable mid-air collisions
In aviation, a mid-air collision is an accident in which two or more aircraft come into unplanned contact during flight. Owing to the relatively high velocities involved and the likelihood of subsequent impact with the ground or sea, very severe damage or the total destruction of at least one of the aircraft usually results.
Airborne collision avoidance system         
  • The [[U.S. Air Force]]'s [[F-16]]D Ground Collision Avoidance Technology (GCAT) aircraft.
  • Small PCAS device for use in light aircraft.
AVIONICS SYSTEM TO IDENTIFY AND REPORT THE PRESENCE OF NEARBY AIRCRAFT THAT PRESENT A COLLISION RISK
Aircraft collision avoidance system; Aircraft collision avoidance systems; Airborne Collision Avoidance System; ACAS II; Airborne collision avoidance systems
An airborne collision avoidance system (ACAS, usually pronounced as ay-kas) operates independently of ground-based equipment and air traffic control in warning pilots of the presence of other aircraft that may present a threat of collision. If the risk of collision is imminent, the system initiates a maneuver that will reduce the risk of collision.
Random forest         
STATISTICAL ALGORITHM THAT IS USED TO CLUSTER POINTS OF DATA IN FUNCTIONAL GROUPS
Random forests; Random multinomial logit; Random naive Bayes; Random naive bayes; Kernel random forest; Random Forest; Unsupervised learning with random forests; Permutation importance
Random forests or random decision forests is an ensemble learning method for classification, regression and other tasks that operates by constructing a multitude of decision trees at training time. For classification tasks, the output of the random forest is the class selected by most trees.
pile-up         
  • [[Emergency service]]s work on the scene of a multiple vehicle collision in [[Toronto]]
ROAD TRAFFIC ACCIDENT INVOLVING MANY VEHICLES
Pileup; Multi-vehicle collision; Pile-up; Multiple vehicle collision; Pile up; Chain-reaction crash; Vehicle pileup
(pile-ups)
Note: in AM, use 'pileup'
A pile-up is a road accident in which a lot of vehicles crash into each other.
...a 54-car pile-up.
N-COUNT

Википедия

Collision resistance

In cryptography, collision resistance is a property of cryptographic hash functions: a hash function H is collision-resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b where ab but H(a) = H(b).: 136  The pigeonhole principle means that any hash function with more inputs than outputs will necessarily have such collisions;: 136  the harder they are to find, the more cryptographically secure the hash function is.

The "birthday paradox" places an upper bound on collision resistance: if a hash function produces N bits of output, an attacker who computes only 2N/2 (or 2 N {\displaystyle \scriptstyle {\sqrt {2^{N}}}} ) hash operations on random input is likely to find two matching outputs. If there is an easier method to do this than brute-force attack, it is typically considered a flaw in the hash function.

Cryptographic hash functions are usually designed to be collision resistant. However, many hash functions that were once thought to be collision resistant were later broken. MD5 and SHA-1 in particular both have published techniques more efficient than brute force for finding collisions. However, some hash functions have a proof that finding collisions is at least as difficult as some hard mathematical problem (such as integer factorization or discrete logarithm). Those functions are called provably secure.